type github.com/gotd/td/session/tdesktop.tdesktopFile
9 uses
github.com/gotd/td/session/tdesktop (current package)
file.go#L15: type tdesktopFile struct {
file.go#L21: func open(filesystem fs.FS, fileName string) (*tdesktopFile, error) {
file.go#L24: tryRead := func(p string) (_ *tdesktopFile, rErr error) {
file.go#L67: func fromFile(r io.Reader) (*tdesktopFile, error) {
file.go#L99: return &tdesktopFile{
file.go#L134: func (f *tdesktopFile) readArray() ([]byte, error) {
key_data.go#L17: func readKeyData(tgf *tdesktopFile, passcode []byte) (_ keyData, rErr error) {
mtp_authorization.go#L23: func readMTPData(tgf *tdesktopFile, localKey crypto.Key) (MTPAuthorization, error) {
mtp_config.go#L73: func readMTPConfig(tgf *tdesktopFile, localKey crypto.Key) (MTPConfig, error) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |